[SPARK-6246] [ec2] fixed support for more than 100 nodes#6267
Closed
alyaxey wants to merge 1 commit intoapache:masterfrom
grammarly:ec2_100_nodes_fix
Closed
[SPARK-6246] [ec2] fixed support for more than 100 nodes#6267alyaxey wants to merge 1 commit intoapache:masterfrom grammarly:ec2_100_nodes_fix
alyaxey wants to merge 1 commit intoapache:masterfrom
grammarly:ec2_100_nodes_fix
Conversation
|
Can one of the admins verify this patch? |
Member
|
ok to test |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33097 has started for PR 6267 at commit |
Contributor
|
Test build #33097 has finished for PR 6267 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
Contributor
|
LGTM. Merging this. Thanks @alyaxey for the change and thanks @thisisdhaas for helping me review |
Member
|
@alyaxey I can assign you the JIRA for credit but I don't know your JIRA name. |
Author
|
@srowen Yes, assign me please. My JIRA username is the same: alyaxey (Alex Slusarenko). |
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
May 28, 2015
This is a small fix. But it is important for amazon users because as the ticket states, "spark-ec2 can't handle clusters with > 100 nodes" now. Author: alyaxey <oleksii.sliusarenko@grammarly.com> Closes apache#6267 from alyaxey/ec2_100_nodes_fix and squashes the following commits: 1e0d747 [alyaxey] [SPARK-6246] fixed support for more than 100 nodes
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
Jun 12, 2015
This is a small fix. But it is important for amazon users because as the ticket states, "spark-ec2 can't handle clusters with > 100 nodes" now. Author: alyaxey <oleksii.sliusarenko@grammarly.com> Closes apache#6267 from alyaxey/ec2_100_nodes_fix and squashes the following commits: 1e0d747 [alyaxey] [SPARK-6246] fixed support for more than 100 nodes
nemccarthy
pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
This is a small fix. But it is important for amazon users because as the ticket states, "spark-ec2 can't handle clusters with > 100 nodes" now. Author: alyaxey <oleksii.sliusarenko@grammarly.com> Closes apache#6267 from alyaxey/ec2_100_nodes_fix and squashes the following commits: 1e0d747 [alyaxey] [SPARK-6246] fixed support for more than 100 nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a small fix. But it is important for amazon users because as the ticket states, "spark-ec2 can't handle clusters with > 100 nodes" now.